home *** CD-ROM | disk | FTP | other *** search
- Pane = {
- OUTLETS = {
- doc;
- window;
- view;
- status;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AxesPane = {
- ACTIONS = {
- doSetTicsType:;
- doSetAngles:;
- doSetTicsIn:;
- didSwapIn:;
- modifyTic:;
- showTicOptionsPanel:;
- windowDidUpdate:;
- deleteTics:;
- doSetRange:;
- doSetTicsSeries:;
- doSetGrid:;
- selectTic:;
- doSetLabel:;
- addTic:;
- changeTicOptionsCoord:;
- doSetAxisY:;
- doSetRangeAuto:;
- doSetTics:;
- doSetAxisX:;
- doSetLog:;
- };
- OUTLETS = {
- stringSet;
- ticsMatrix;
- ticUserValueForm;
- labelMatrix;
- axisTitleField;
- modifyTicButton;
- ticUserTitleForm;
- anglesButton;
- ticSeriesForm;
- ticIncrementField;
- ticUserMatrix;
- ticStartField;
- axisYButton;
- deleteTicButton;
- ticOptionsPanel;
- ticCoordButton;
- axisXButton;
- rangeMatrix;
- addTicButton;
- ticUserScrollView;
- logMatrix;
- ticTypeMatrix;
- labelMatrixLabelMatrix;
- gridButton;
- ticsInMatrix;
- rangeAutoMatrix;
- ticEndField;
- };
- SUPERCLASS = Pane;
- };
-